From: Paul Donald Date: Tue, 4 Nov 2025 00:16:27 +0000 (+0100) Subject: readme: document all environment options X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=0fcfe91661733cf457934e48b5f4adecd220d7c5;p=project%2Fodhcp6c.git readme: document all environment options These options were previously undocumented. Document also an OPTION_x example. Signed-off-by: Paul Donald Link: https://github.com/openwrt/odhcp6c/pull/111 Signed-off-by: Álvaro Fernández Rojas --- diff --git a/README.md b/README.md index a12dff7..a99990d 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ The script is called with the following parameters: `` `` | Environment | Description | |-----------------------------------|-------------------------------------------------------------------| +| `SERVER` | A space-separated list of upstream IPv6 routers | | `RDNSS` | A space-separated list of recursive DNS servers | | `DOMAINS` | A space-separated list of DNS search domains | | `SNTP_IP` | A space-separated list of SNTP server IP addresses | @@ -72,6 +73,7 @@ The script is called with the following parameters: `` `` | `SIP_IP` | A space-separated list of SIP servers | | `SIP_DOMAIN` | A space-separated list of SIP domains | | `OPTION_` | Custom option received as base-16 | +| | E.g. (Client ID) `OPTION_1` : `000300010badf00dcafe` | | `PREFIXES` | A space-separated list of prefixes currently assigned | | | Format: `/,preferred,valid[,excluded=/][,class=]`| | `ADDRESSES` | A space-separated list of addresses currently assigned | @@ -87,7 +89,9 @@ The script is called with the following parameters: `` `` | `RA_REACHABLE` | ND Reachability time | | `RA_RETRANSMIT` | ND Retransmit time | | `AFTR` | The DS-Lite AFTR domain name | +| `CER` | A space-separated list of CER-id IPv6 | | `MAPE` / `MAPT` / `LW4O6` | Softwire rules for MAPE, MAPT and LW4O6 | +| `PASSTHRU` | The content of the last packet relayed |